Action

public final class Action extends AsyncCallbackAction<R>

An action providing a response to the SaveUserDataProfileCallback.

Constructors

Link copied to clipboard
public void SaveUserDataProfileCallback.Action(Consumer<SaveUserDataProfile.Response> consumer)

Functions

Link copied to clipboard
public void decline()
Tells the browser to decline to save the user data profile.
Link copied to clipboard
public final boolean isClosed()
Returns true if this action is closed.
Link copied to clipboard
public void save()
Tells the browser to save the user data profile to the user data store.